home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 2
/
Nebula Two.iso
/
Apps
/
SoundApps
/
Patchmix
/
Source
/
Statement.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-06-12
|
203 b
|
16 lines
/* Generated by Interface Builder */
#import <objc/Object.h>
@interface Statement:Object
// object holding code statements
{
char s[150];
}
- storeString:(char *)string;
- (char *)getString;
@end